Closed
Bug 1674609
Opened 5 years ago
Closed 5 years ago
HTMLEditorDeleteHandler.cpp: redundant continue statement at the end of loop statement
Categories
(Core :: DOM: Editor, task, P5)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: akshay1992kalbhor)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file)
Filling as a good first bug to learn workflows.
redundant continue statement at the end of loop statement
https://searchfox.org/mozilla-central/source/editor/libeditor/HTMLEditorDeleteHandler.cpp#3864
As the change is trivial, it is just to learn how to contribute to Firefox.
Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-control-flow.html
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Updated•5 years ago
|
Component: General → DOM: Editor
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P5
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → akshay1992kalbhor
Status: NEW → ASSIGNED
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3bea2b0ec69a
HTMLEditorDeleteHandler.cpp: redundant continue statement at the end of loop statement. r=m_kato
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•